home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Visual Database / Visual BASIC 5.0 (Ent. Edition) / Vb5ent Extractor.EXE / VB / SAMPLES / ENTRPRIS / APE / AEWRKPVD / BASWRKPD.BAS < prev    next >
Encoding:
BASIC Source File  |  1996-08-06  |  584 b   |  11 lines

  1. Attribute VB_Name = "basWrkPd"
  2. Option Explicit
  3.  
  4. 'Constants
  5. Public Const giRACREG_ERROR_CODE_OFFSET = 200       'Add this offset to a RacReg.RegClas error code
  6.                                                     'to convert to corresponding resource
  7.                                                     'string key
  8. Public Const giRACREG_ERROR = 32750                 'Error value to raise if RacReg error code
  9.                                                     'is returned by RacReg.
  10.                                                     'Value is also a String Resource key.
  11.